home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TDEBUGFORM / TDEBUGFORM.txt
Encoding:
Text File  |  1997-02-27  |  3.4 KB  |  141 lines

  1. object DebugForm: TDebugForm
  2.   Left = 27
  3.   Top = 205
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Debug Info'
  7.   ClientHeight = 207
  8.   ClientWidth = 187
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object MainPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 187
  24.     Height = 207
  25.     Align = alClient
  26.     BorderWidth = 3
  27.     Ctl3D = False
  28.     ParentCtl3D = False
  29.     TabOrder = 0
  30.     OnMouseDown = TitleBarMouseDown
  31.     OnMouseMove = MainPanelMouseMove
  32.     OnMouseUp = TitleBarMouseUp
  33.     object TitleBar: TPanel
  34.       Left = 4
  35.       Top = 4
  36.       Width = 179
  37.       Height = 18
  38.       Align = alTop
  39.       Alignment = taLeftJustify
  40.       BevelOuter = bvNone
  41.       Caption = ' Debug Info'
  42.       Color = clActiveCaption
  43.       Font.Color = clCaptionText
  44.       Font.Height = -12
  45.       Font.Name = 'Arial'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       TabOrder = 0
  49.       OnMouseDown = TitleBarMouseDown
  50.       OnMouseMove = TitleBarMouseMove
  51.       OnMouseUp = TitleBarMouseUp
  52.       object SysPanel: TPanel
  53.         Left = 148
  54.         Top = 0
  55.         Width = 31
  56.         Height = 18
  57.         Align = alRight
  58.         BevelOuter = bvNone
  59.         ParentColor = True
  60.         TabOrder = 0
  61.         OnMouseDown = TitleBarMouseDown
  62.         OnMouseMove = TitleBarMouseMove
  63.         OnMouseUp = TitleBarMouseUp
  64.         object RollUpBtn: TSpeedButton
  65.           Left = 2
  66.           Top = 4
  67.           Width = 12
  68.           Height = 12
  69.           OnClick = RollUpBtnClick
  70.         end
  71.         object CloseBtn: TSpeedButton
  72.           Left = 16
  73.           Top = 4
  74.           Width = 12
  75.           Height = 12
  76.           Glyph.Data = {
  77.             92000000424D9200000000000000760000002800000008000000070000000100
  78.             0400000000001C00000000000000000000001000000010000000000000000000
  79.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  80.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777007
  81.             70077700007777700777770000777007700777777777}
  82.           Margin = 0
  83.           OnClick = CloseBtnClick
  84.         end
  85.       end
  86.     end
  87.     object Spacer1: TPanel
  88.       Left = 4
  89.       Top = 22
  90.       Width = 179
  91.       Height = 4
  92.       Align = alTop
  93.       BevelOuter = bvNone
  94.       TabOrder = 2
  95.     end
  96.     object PageControl: TPageControl
  97.       Left = 4
  98.       Top = 26
  99.       Width = 179
  100.       Height = 177
  101.       ActivePage = Variables
  102.       Align = alClient
  103.       Font.Color = clBtnText
  104.       Font.Height = -12
  105.       Font.Name = 'Arial'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       object Variables: TTabSheet
  110.         Caption = 'Variables'
  111.         object VarList: TListBox
  112.           Left = 0
  113.           Top = 0
  114.           Width = 171
  115.           Height = 147
  116.           Align = alClient
  117.           BorderStyle = bsNone
  118.           Color = clBtnFace
  119.           ExtendedSelect = False
  120.           ItemHeight = 15
  121.           TabOrder = 0
  122.         end
  123.       end
  124.       object Actions: TTabSheet
  125.         Caption = 'Actions'
  126.         object ScriptList: TListBox
  127.           Left = 0
  128.           Top = 0
  129.           Width = 171
  130.           Height = 231
  131.           Align = alClient
  132.           BorderStyle = bsNone
  133.           Color = clBtnFace
  134.           ItemHeight = 15
  135.           TabOrder = 0
  136.         end
  137.       end
  138.     end
  139.   end
  140. end
  141.